const crypto/cipher.gcmStandardNonceSize

4 uses

	crypto/cipher (current package)
		gcm.go#L86: 	return newGCMWithNonceAndTagSize(cipher, gcmStandardNonceSize, gcmTagSize)
		gcm.go#L109: 	return newGCMWithNonceAndTagSize(cipher, gcmStandardNonceSize, tagSize)
		gcm.go#L157: 	gcmStandardNonceSize = 12
		gcm.go#L398: 	if len(nonce) == gcmStandardNonceSize {